LEGION Model Builder Help

Examples of searches using commands

Example 1

Command: Name = *Floor*

This returns all objects with “Floor” in their name (“Ground Floor”, “First Floor”, “Floor 1", “First Floor Waiting Zone”, etc.).

Example 2

Command: Type = Entrance & (Name = *Ground* | Name = *First*)

This returns all objects of the Entrance type with either “Ground” or “First” in their name.

Example 3

Command: Linking_To = Exit 1! Linking_To = Exit 2 & Depends_Upon = Arrival Profile A

This returns all objects linked to “Exit 1" but not to “Exit 2", and depending upon “Arrival Profile A”.